runtime.specialWeakHandle.handle (field)

6 uses

	runtime (current package)
		mgcmark.go#L405: 					scanblock(uintptr(unsafe.Pointer(&spw.handle)), goarch.PtrSize, &oneptrmask[0], gcw, nil)
		mheap.go#L2100: 	handle *atomic.Uintptr
		mheap.go#L2217: 	s.handle = handle
		mheap.go#L2229: 			scanblock(uintptr(unsafe.Pointer(&s.handle)), goarch.PtrSize, &oneptrmask[0], gcw, nil)
		mheap.go#L2289: 		handle = ((*specialWeakHandle)(unsafe.Pointer(*iter))).handle
		mheap.go#L2373: 		sw.handle.Store(0)